home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / SystemLogging.idl < prev    next >
Text File  |  1996-05-01  |  2KB  |  80 lines

  1. /*
  2.      File:        SystemLogging.idl
  3.  
  4.      Contains:    System Logging Service
  5.  
  6.      Version:    Technology:    1.0
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __SYSTEMLOGGING_IDL__
  19. #define __SYSTEMLOGGING_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __TYPES_IDL__
  25. #include <Types.idl>
  26. #endif
  27. #ifndef __TEXTOBJECTS_IDL__
  28. #include <TextObjects.idl>
  29. #endif
  30. #ifndef __TIMEOBJECTS_IDL__
  31. #include <TimeObjects.idl>
  32. #endif
  33. #ifndef __AEDATAMODEL_IDL__
  34. #include <AEDataModel.idl>
  35. #endif
  36.  
  37. #ifdef __SOMIDL__
  38.  
  39. #if FOR_SYSTEM8_PREEMPTIVE
  40. #if FOR_PTR_BASED_AE
  41. /* Service types */
  42. typedef UInt32                    LogID;
  43.  
  44. typedef UInt32                    LogIterator;
  45.  
  46. /* Situation Types */
  47. typedef UInt32                    LogSituationType;
  48.  
  49. /* System Logging Areas */
  50. typedef UInt32                    LogArea;
  51.  
  52. /* Service Version */
  53. typedef UInt32                    LogVersion;
  54.  
  55. /* Log Message Versions */
  56. typedef UInt32                    LogMsgVersion;
  57.  
  58. /* Message Flags */
  59. typedef UInt32                    LogMsgFlags;
  60.  
  61. typedef SOMLargeStruct            LogMessage;                    /* Derived from a struct of 56 bytes in size */
  62.  
  63. typedef OpaquePtr                LogMessagePtr;                /* Substituted OpaquePtr for ``LogMessage*'' */
  64.  
  65. typedef UInt32                    LogStatisticsVersion;
  66.  
  67. /* System Logging Statistics */
  68. typedef SOMLargeStruct            LogStatistics;                /* Derived from a struct of 28 bytes in size */
  69.  
  70. /* Variables and constants for use in the System Notication Service */
  71. /* Basic Logging routine */
  72. /* System Logging Service Administration APIs */
  73. #endif
  74. #endif
  75.  
  76. #endif /* __SOMIDL__ */
  77.  
  78. #endif /* __SYSTEMLOGGING_IDL__ */
  79.  
  80.